Running a Node

License

The Fuel client can be used to sync with Fuel and fully validate the chain.

Binary Releases

Binary releases can be found at https://github.com/FuelLabs/fuel-js/releases

Running from Command Line

Download a release (above) and use an available network specifier and RPC endpoint to get started.

fuel --network="rinkeby" --rpc="https://localhost:8545"

Additional Parameters

  ⚡ fuel [options]

  Options:

    -n, --network         the ethereum network; default "rinkeby"
    -r, --rpc             a standard ethereum rpc provider (i.e. local go-ethereum)
    -i, --infura          an infura service api key (--network must also be specified)
    -es, --etherscan      an etherscan service api key (--network must also be specified)
    -e, --environment     use the environment variables to specify node paramaters
    -w, --wallet          path to a pbkdf2 encrypted ethers wallet json file; default ".fuel-wallet.json"
    -c, --clear           clears the leveldb store

  Examples:

    $ fuel --network="rinkeby" --rpc="http://localhost:8545"

Running from GUI

Coming Soon™…